Welcome![Sign In][Sign Up]
Location:
Search - MPEG-1 LAYER

Search list

[Multimedia program一个多媒体播放器(Mpeg 1 Layer 1、2、3)mp1a_src

Description: 在vc下编写的多媒体播放器源码 可以播放MPEG1格式的视频-vc prepared in the source multimedia player that can play MPEG1 video format
Platform: | Size: 281969 | Author: 杨致远 | Hits:

[mpeg mp3mpeg1_iis.tar

Description: MPEG 1 layer 3 audio player source by Fraunhofer IIS -MPEG 1 layer 3 audio player source by Fraunhofer IIS
Platform: | Size: 61440 | Author: 站长 | Hits:

[Multimedia programMP3解压程序源代码

Description: MPEG Layer 3 (and 2 and 1, and MPEG 2) decoder for Cool Edit
Platform: | Size: 147456 | Author: | Hits:

[Linux-UnixSDL-1[1].2.5.tar

Description: Simple DirectMedia Layer - Simple DirectMedia Layer 是一个跨平台的多媒体库设计用来提供快速图形framebuffer和音频驱动。应用MPEG为软件,模拟器或其他流行的游戏回放声音。支持Linux, Win32, BeOS, MacOS, Solaris, IRIX, and FreeBSD-Simple DirectMedia Layer-Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast graphics framebuffer and audio drivers. MPEG application software, simulators or other popular playback voice of the game. Support for Linux, Win32, BeOS, MacOS, Solaris, IRIX, and FreeBSD
Platform: | Size: 1854464 | Author: 侯为 | Hits:

[Windows DevelopMP3PLAY15

Description: MP3PLAY.OCX V.1.5 / 03/03/1999 Software only decoder for MPEG Audio layer 3. High compression audio files with high quality sound. Please use index.htm for details. This zip file contains 4 subdirectories. Sample VB source in /VB NEW: Functions -> - mem optimized - mp3tag info Dialog Medien GmbH -MP3PLAY.OCX V.1.5/03/03/1999 Software only decoder for MPEG Audio layer 3. High compression audio files with high quality sound. Please use index.htm for details. This zip file contains 4 subdirectories. Sample VB source in /VB NEW: Functions-gt; - mem optimized - mp3tag info Dialog Medien GmbH
Platform: | Size: 267264 | Author: | Hits:

[Multimedia DevelopMux

Description: MPEG4复用层,用VC写的。可以参考以便于学习MPEG-4的协议。-MPEG4 multiplexing layer, with VC writes. In reference to be learning MPEG-4 agreement.
Platform: | Size: 60416 | Author: 石代奎 | Hits:

[Streaming Mpeg4MPEG-4decode

Description: 本系统采用MEPG_4的SVP(Simple Visual Profile)视频解码。视频序列全部为矩形。所以不存在任意形状编码。视频序列按照视频对象层VOL(Video Object Layer)、视频对象平台VOP(Video Object Plane)、宏块MB(Macro Block)视顺序变成一串码流-MEPG_4 the SVP (Simple Visual Profile) Video decoder. All of the video sequence of rectangular. There is no arbitrary shape coding. Video sequences with video object layer VOL (Video Object Layer), Video Object platform VOP (Video Object Plane) Macroblock MB (Macro Block) as the sequence into a series of bitstream
Platform: | Size: 134144 | Author: 蒋松云 | Hits:

[mpeg mp3libmad-0.15.1b

Description: mp3音频解码器,符合MPEG-1的Layer-1,Layer-2,layer-3。-MP3 audio decoder, with the MPEG-1 Layer-1, Layer-2, layer-3.
Platform: | Size: 458752 | Author: ajian | Hits:

[Windows DevelopMPEG1layer3encoder

Description: MPEG1 layer3 encoder C语言实现。-MPEG1 layer 3 encoder C language.
Platform: | Size: 39936 | Author: | Hits:

[DVD13818_5_for_vc

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\cctv.ts >c:\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject- "Settings pop-up dialog box put pre- translat
Platform: | Size: 99328 | Author: 陈水德 | Hits:

[Compress-Decompress algrithmsmpeg2

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。-1, INTRODUCTION This code is IS0 13818-5 MPEG2 system layer protocol analysis code, after that I modified, and now finally can VC++ 6.0 compiler to run under the release for up dedicated to those who understand the MPEG2 system layer protocol and the hard programmers to work overtime. In order to be able to compile under windows, I modified the relevant part of the operating system code, comment out a number of main function, leaving only the main function decode.cpp no comment, so the procedure is compiled TS streaming system layer decoding analysis procedures, If you want to realize other functions such as encode, as long as the main function of decode.cpp comment, the main function of encode.cpp Notes can be removed.
Platform: | Size: 221184 | Author: | Hits:

[Audio programmp2enc_source

Description: MPEG Layer-2 编码源码,学习音频编码算法的好例子-MPEG Layer-2 source coding, audio coding algorithm to learn a good example of
Platform: | Size: 129024 | Author: | Hits:

[JSP/JavaJLayer1.0

Description: JLayer is a library that decodes/plays/converts MPEG 1/2/2.5 Layer 1/2/3 (i.e. MP3) in real time for the JAVA(tm) platform. and anyone can add his contribution. JLayer is licensed under LGPL (see LICENSE.txt).
Platform: | Size: 316416 | Author: Li Tian | Hits:

[Audio programMP3toWAV_Test

Description: MPEG Layer I/I II解码为WAV文件-MPEG Layer I/II/III decoder for WAV files
Platform: | Size: 386048 | Author: Liu SC | Hits:

[mpeg mp3MPEG-Audio

Description: This is an implementation of the MPEG psychoacoustic model 1, layer I, for MATLAB. It has been tested on MATLAB 5.2 running on Windows NT.
Platform: | Size: 26624 | Author: Adi Febri | Hits:

[JSP/Javajlayer1.0.1.tar

Description: JLayer is a library that decodes/plays/converts MPEG 1/2/2.5 Layer 1/2/3 (i.e. MP3) in real time for the JAVA(tm) platform. This is a non-commercial project and anyone can add his contribution. JLayer is licensed under LGPL (see LICENSE.txt).
Platform: | Size: 370688 | Author: Jack Sharpe | Hits:

[Multimedia programMPEG-Layer

Description: MP3解码演示,本程序演示了MPEG-Layer 3 (MP3)格式的文件是如何被诸如WinAmp和Windows Media Player这样的程序读出来的。请注意,该代码没有调用Windows API,DLL或者OCX。该源代码阅读和播放MP3文件,没有包含例子,但它基于FreeAmp。最初的MP3解码算法是由Xing Technologies编写的.-MP3 decoder demo, this program demonstrates the MPEG-Layer 3 (MP3) format is how to be like WinAmp and Windows Media Player read out such a procedure. Please note that the code does not call the Windows API, DLL or OCX. The source code to read and play MP3 files, does not contain an example, but it is based on FreeAmp. The original MP3 decoding algorithm is written by Xing Technologies.
Platform: | Size: 193536 | Author: 356 | Hits:

[BREWmediaplayer

Description: 多媒体播放器是一个多媒体应用,能够播放声音、视频剪辑和图形图像。 该应用程序还可以录制和播放高通PureVoice音频剪辑。 该播放器包括标准的MediaPlayer控制,如播放,快进,快退,停止,暂停和录制。 多媒体播放器支持各种各样的音频,视频和图形格式, 包括MPEG-3,MIDI,BREW的压缩图像(BCI),位图(BMP)和分组模式数据(PMD)。 -MediaPlayer is a multimedia application capable of playing sound and video clips, and displaying still graphic images. The application can also record and play back QUALCOMM PureVoice (QCP® ) audio clips if you have the appropriate CMX® DLLs loaded. Up to 32 multimedia files can be stored for use with this application. MediaPlayer includes standard controls, such as play, fast forward, rewind, stop, pause, and record. MediaPlayer supports a wide variety of audio, video, and still graphic formats including QCP, MPEG Audio Layer 3 (MP3), Musical Instrument Digital Interface (MIDI), BREW Compressed Image (BCI), Bitmap (BMP), and Packet Mode Data (PMD), which contains both audio and video.
Platform: | Size: 2039808 | Author: zb | Hits:

[mpeg mp3lame-3.98.4

Description: LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL, meaning it is open source and free for personal development usage. This is the latest stable version as of v3.98.4 (March 2010).
Platform: | Size: 1608704 | Author: 鲁克文 | Hits:

[Dialog_Windowvisual-cPP

Description: C++ QT 3D IDE for development of VS1003, VS Show time applet on the desktop, Music Search Software The NAudio Play wav, MP3 and othe a mp3 player,simple but a good ex five files inside the documents the gstreamer-sdk inside the exam Calculate the mp3 player time, ca Loading the lyrics RM skin video player program. mpeg-2,mp3 encoder and decoder The mp3 decode program can conver VOD system source on mp3 algorithm on and implement H.264 codec source code has been mpeg/audio adds the decoding proc FFmpeg extract a VC works ou Programming Interface Super decod Transfer avi to mpeg1 u-ATMEL mp3 program includes SCH, Source for the Distributed Real-T Poetic charm mp3 play MP1/MP2/MP3 decoder Berkeley Plateau Research Group M which contains the following elem MPEG-1 video stream editor for Un Berkeley Plateau Research Group M Michael Simmons MPEG-1 systems st MPEG 1 layer 3 audio player sourc Mailto US | Copyright Complaints-C++ QT 3D IDE for development of VS1003, VS Show time applet on the desktop, Music Search Software The NAudio Play wav, MP3 and othe a mp3 player,simple but a good ex five files inside the documents the gstreamer-sdk inside the exam Calculate the mp3 player time, ca Loading the lyrics RM skin video player program. mpeg-2,mp3 encoder and decoder The mp3 decode program can conver VOD system source on mp3 algorithm on and implement H.264 codec source code has been mpeg/audio adds the decoding proc FFmpeg extract a VC works ou Programming Interface Super decod Transfer avi to mpeg1 u-ATMEL mp3 program includes SCH, Source for the Distributed Real-T Poetic charm mp3 play MP1/MP2/MP3 decoder Berkeley Plateau Research Group M which contains the following elem MPEG-1 video stream editor for Un Berkeley Plateau Research Group M Michael Simmons MPEG-1 systems st MPEG 1 layer 3 audio player sourc Mailto US | Copyright Complaints
Platform: | Size: 18432 | Author: lk | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net